home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Stepfar.dxr / 00003_Navigation handlers.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  527 b   |  38 lines

  1. global gMasterData, gSection
  2.  
  3. on goIntro
  4.   go(label("intro"))
  5.   set gSection to #intro
  6.   goNarrator(gMasterData, "39")
  7. end
  8.  
  9. on go1
  10.   go(label("1"))
  11.   set gSection to 1
  12.   goNarrator(gMasterData, "40")
  13. end
  14.  
  15. on go2
  16.   go(label("2"))
  17.   set gSection to 2
  18. end
  19.  
  20. on go3
  21.   go(label("3"))
  22.   set gSection to 3
  23.   goNarrator(gMasterData, "44a")
  24. end
  25.  
  26. on go4
  27.   go(label("4"))
  28.   set gSection to 4
  29.   goNarrator(gMasterData, "45")
  30.   if not activationOn(gMasterData) then
  31.     activate(gMasterData)
  32.   end if
  33. end
  34.  
  35. on goToAlladin
  36.   go("alladin")
  37. end
  38.